home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Kant Generator Pro 1.2 / src / Shell ƒ / edit functions.h < prev    next >
Text File  |  1995-01-19  |  201b  |  6 lines

  1. void GenericCut(WindowPtr theWindow);
  2. void GenericCopy(WindowPtr theWindow);
  3. void GenericPaste(WindowPtr theWindow);
  4. void GenericClear(WindowPtr theWindow);
  5. void GenericSelectAll(WindowPtr theWindow);
  6.